Skip to content

Commit

Permalink
Added iWallet apm (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
beratallahverdi authored Jan 30, 2025
1 parent ef1763d commit f9ca49b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 40 deletions.
2 changes: 1 addition & 1 deletion samples/complete_iwallet_apm_payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
$request = array(
'paymentId' => 1,
'additionalParams' => array(
'otpCode' => '1122'
'passCode' => '1122'
)
);

Expand Down
3 changes: 3 additions & 0 deletions samples/init_iwallet_apm_payment.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
'externalId' => 'optional-externalId',
'callbackUrl' => 'https://www.your-website.com/craftgate-apm-callback',
'apmUserIdentity' => '6036819041742253',
'additionalParams' => array(
'cardNumber' => '1111222233334444'
),
'items' => array(
array(
'externalId' => Guid::generate(),
Expand Down
39 changes: 0 additions & 39 deletions samples/init_iwallet_apm_payment_with_card_password.php

This file was deleted.

0 comments on commit f9ca49b

Please sign in to comment.