Skip to content

Commit 091c3f1

Browse files
author
Andrey Chugunov
committed
src/Examples/getPaymentLink.php
1 parent dcfc0a5 commit 091c3f1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/Examples/getPaymentLink.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,15 @@
7979
$details->setReceipts(<<<DETAILS
8080
[
8181
{
82-
"merchantCode": "MERCHANT_CODE",
82+
"merchantCode": "{$merchant->getCode()}",
8383
"receipt": {
8484
"client": {
85-
"email": "5fa752fd-8be8-42c5-8049-d2e62691aa01@emailhook.site"
85+
"email": "sales@romashka.ru"
8686
},
8787
"company": {
8888
"email": "chek@romashka.ru",
8989
"sno": "osn",
90-
"inn": "FISCAL_CODE",
90+
"inn": "1234567890",
9191
"payment_address": "https://v4.online.atol.ru"
9292
},
9393
"items": [

0 commit comments

Comments
 (0)