Commit a37dc0c
akale
Merge branch 'master' of https://github.com/devkale/sdk-php
5 files changed
Lines changed: 31 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| 12 | + | |
6 | 13 | | |
7 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
8 | 18 | | |
9 | | - | |
| 19 | + | |
| 20 | + | |
10 | 21 | | |
11 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
12 | 27 | | |
13 | 28 | | |
14 | 29 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
19 | 34 | | |
20 | 35 | | |
21 | | - | |
22 | | - | |
| 36 | + | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Submodule sample-code-php updated 82 files
- .gitignore+2
- .travis.yml+15
- ApplePayTransactions/create-an-apple-pay-transaction.php-52
- CustomerProfiles/create-customer-payment-profile.php+78-54
- CustomerProfiles/create-customer-profile-from-transaction.php+53
- CustomerProfiles/create-customer-profile-with-accept-nonce.php+90
- CustomerProfiles/create-customer-profile.php+101-60
- CustomerProfiles/create-customer-shipping-address.php+46-35
- CustomerProfiles/create-profile-from-transaction.php-30
- CustomerProfiles/delete-customer-payment-profile.php+36-25
- CustomerProfiles/delete-customer-profile.php+34-73
- CustomerProfiles/delete-customer-shipping-address.php+34-24
- CustomerProfiles/get-accept-customer-profile-page.php+50
- CustomerProfiles/get-customer-payment-profile-list.php+73-69
- CustomerProfiles/get-customer-payment-profile.php+51-28
- CustomerProfiles/get-customer-profile-ids.php+32-20
- CustomerProfiles/get-customer-profile.php+93-68
- CustomerProfiles/get-customer-shipping-address.php+59-35
- CustomerProfiles/get-hosted-profile-page.php-44
- CustomerProfiles/update-customer-payment-profile.php+91-65
- CustomerProfiles/update-customer-profile.php+102-89
- CustomerProfiles/update-customer-shipping-address.php+21-7
- CustomerProfiles/validate-customer-payment-profile.php+26-13
- FraudManagement/approve-or-decline-held-transaction.php+81
- FraudManagement/get-held-transaction-list.php+55
- MobileInAppTransactions/create-an-accept-transaction.php+120
- MobileInAppTransactions/create-an-android-pay-transaction.php+90
- MobileInAppTransactions/create-an-apple-pay-transaction.php+91
- PayPalExpressCheckout/authorization-and-capture-continue.php+90
- PayPalExpressCheckout/authorization-and-capture.php+92
- PayPalExpressCheckout/authorization-only-continued.php+99
- PayPalExpressCheckout/authorization-only.php+93
- PayPalExpressCheckout/credit.php+98
- PayPalExpressCheckout/get-details.php+116
- PayPalExpressCheckout/prior-authorization-capture.php+92
- PayPalExpressCheckout/void.php+90
- PaymentTransactions/authorize-credit-card.php+122-45
- PaymentTransactions/capture-funds-authorized-through-another-channel.php+70-35
- PaymentTransactions/capture-only.php-65
- PaymentTransactions/capture-previously-authorized-amount.php+68-77
- PaymentTransactions/charge-credit-card.php+124-101
- PaymentTransactions/charge-customer-profile.php+77-41
- PaymentTransactions/charge-tokenized-credit-card.php+77-38
- PaymentTransactions/create-an-accept-payment-transaction.php+133
- PaymentTransactions/credit-bank-account.php+83-54
- PaymentTransactions/debit-bank-account.php+77-54
- PaymentTransactions/get-an-accept-payment-page.php+64
- PaymentTransactions/refund-transaction.php+76-34
- PaymentTransactions/update-split-tender-group.php+36-21
- PaymentTransactions/void-transaction.php+68-33
- PaypalExpressCheckout/authorization-and-capture-continue.php-61
- PaypalExpressCheckout/authorization-and-capture.php-46
- PaypalExpressCheckout/authorization-only-continued.php-63
- PaypalExpressCheckout/authorization-only.php-51
- PaypalExpressCheckout/credit.php-60
- PaypalExpressCheckout/get-details.php-66
- PaypalExpressCheckout/prior-authorization-capture.php-51
- PaypalExpressCheckout/void.php-50
- README.md+37-10
- RecurringBilling/cancel-subscription.php+43-27
- RecurringBilling/create-subscription-from-customer-profile.php+71
- RecurringBilling/create-subscription.php+64-46
- RecurringBilling/get-list-of-subscriptions.php+51-40
- RecurringBilling/get-subscription-status.php+39-27
- RecurringBilling/get-subscription.php+51-39
- RecurringBilling/update-subscription.php+53-30
- SampleCodeList.txt+58
- TransactionReporting/get-account-updater-job-details.php+83
- TransactionReporting/get-account-updater-job-summary.php+56
- TransactionReporting/get-batch-statistics.php+57-44
- TransactionReporting/get-customer-profile-transaction-list.php+52
- TransactionReporting/get-merchant-details.php+51
- TransactionReporting/get-settled-batch-list.php+70-56
- TransactionReporting/get-transaction-details.php+33-24
- TransactionReporting/get-transaction-list.php+46-35
- TransactionReporting/get-unsettled-transaction-list.php+41-24
- VisaCheckout/create-visa-checkout-transaction.php+77-42
- VisaCheckout/decrypt-visa-checkout-data.php+38-28
- composer.json+7-14
- constants/Constants.php+21
- phpunit.xml.dist+43
- test-runner.php+411
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| 509 | + | |
509 | 510 | | |
510 | 511 | | |
511 | 512 | | |
| |||
0 commit comments