2 files changed
+43
-11
lines changedLines changed: 42 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 |
| - | |
| 17 | + | |
| 18 | + | |
17 | 19 |
| |
18 | 20 |
| |
19 | 21 |
| |
| |||
25 | 27 |
| |
26 | 28 |
| |
27 | 29 |
| |
28 |
| - | |
29 |
| - | |
| 30 | + | |
| 31 | + | |
30 | 32 |
| |
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 |
| |
36 | 43 |
| |
37 | 44 |
| |
38 | 45 |
| |
39 | 46 |
| |
40 | 47 |
| |
41 | 48 |
| |
| 49 | + | |
42 | 50 |
| |
43 |
| - | |
44 |
| - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
45 | 55 |
| |
46 |
| - | |
47 |
| - | |
| 56 | + | |
| 57 | + | |
48 | 58 |
| |
49 | 59 |
| |
50 |
| - | |
51 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
52 | 84 |
| |
53 | 85 |
| |
54 | 86 |
| |
|
Submodule sample-code-python updated 67 files
- .gitignore+3
- .travis.yml+19
- ApplePayTransactions/create-an-apple-pay-transaction.py-40
- CustomerProfiles/create-customer-payment-profile.py+37-21
- CustomerProfiles/create-customer-profile-from-a-transaction.py-20
- CustomerProfiles/create-customer-profile-from-transaction.py+40
- CustomerProfiles/create-customer-profile.py+24-13
- CustomerProfiles/create-customer-shipping-address.py+45-35
- CustomerProfiles/delete-customer-payment-profile.py+25-15
- CustomerProfiles/delete-customer-profile.py+24-14
- CustomerProfiles/delete-customer-shipping-address.py+35-24
- CustomerProfiles/get-accept-customer-profile-page.py+48
- CustomerProfiles/get-customer-payment-profile.py+32-15
- CustomerProfiles/get-customer-profile-ids.py+24-14
- CustomerProfiles/get-customer-profile.py+45-27
- CustomerProfiles/get-customer-shipping-address.py+45-26
- CustomerProfiles/get-hosted-profile-page.py-38
- CustomerProfiles/update-customer-payment-profile.py+51-41
- CustomerProfiles/update-customer-profile.py+28-18
- CustomerProfiles/update-customer-shipping-address.py+46-36
- CustomerProfiles/validate-customer-payment-profile.py+26-16
- FraudManagement/approve-or-decline-held-transaction.py+53
- FraudManagement/get-held-transaction-list.py+43
- MobileInAppTransactions/create-an-accept-transaction.py+112
- MobileInAppTransactions/create-an-android-pay-transaction.py+64
- MobileInAppTransactions/create-an-apple-pay-transaction.py+64
- PaymentTransactions/authorize-credit-card.py+95-23
- PaymentTransactions/capture-funds-authorized-through-another-channel.py+56-24
- PaymentTransactions/capture-previously-authorized-amount.py+52-27
- PaymentTransactions/charge-credit-card.py+95-23
- PaymentTransactions/charge-customer-profile.py+58-30
- PaymentTransactions/charge-tokenized-credit-card.py+61-36
- PaymentTransactions/create-an-accept-payment-transaction.py+112
- PaymentTransactions/credit-bank-account.py+54-28
- PaymentTransactions/debit-bank-account.py+59-27
- PaymentTransactions/get-an-accept-payment-page.py+57
- PaymentTransactions/refund-transaction.py+53-25
- PaymentTransactions/update-split-tender-group.py+26-16
- PaymentTransactions/void-transaction.py+46-20
- PaypalExpressCheckout/authorization-and-capture-continue.py+58-37
- PaypalExpressCheckout/authorization-and-capture.py+59-36
- PaypalExpressCheckout/authorization-only-continued.py+60-39
- PaypalExpressCheckout/authorization-only.py+59-36
- PaypalExpressCheckout/credit.py+56-35
- PaypalExpressCheckout/get-details.py+51-29
- PaypalExpressCheckout/prior-authorization-capture.py+59-39
- PaypalExpressCheckout/void.py+56-35
- README.md+29-2
- RecurringBilling/cancel-subscription.py+28-18
- RecurringBilling/create-subscription-from-customer-profile.py+63
- RecurringBilling/create-subscription.py+65
- RecurringBilling/get-list-of-subscription.py+43-33
- RecurringBilling/get-subscription-status.py+38
- RecurringBilling/get-subscription.py+23-13
- RecurringBilling/update-subscription.py+52-34
- TransactionReporting/get-batch-statistics.py+37-26
- TransactionReporting/get-customer-profile-transaction-list.py+44
- TransactionReporting/get-merchant-details.py+38
- TransactionReporting/get-settled-batch-list.py+59-39
- TransactionReporting/get-transaction-details.py+37-23
- TransactionReporting/get-transaction-list.py+35-23
- TransactionReporting/get-unsettled-transaction-list.py+34-22
- VisaCheckout/create-visa-checkout-transaction.py+59-33
- VisaCheckout/decrypt-visa-checkout-data.py+35-29
- constants.py+10
- list_of_sample_codes.txt+57
- test-runner.py+657
0 commit comments