From 47bfb2a6fd5100e7beb2a5b7fd44ddc84b33e874 Mon Sep 17 00:00:00 2001 From: "frantisek.sichinger" Date: Fri, 14 Dec 2018 10:09:03 +0100 Subject: [PATCH] Added Google pay payment instrument & new payment status codes --- src/Definition/Payment/PaymentInstrument.php | 2 ++ src/Definition/Response/PaymentSubStatus.php | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/src/Definition/Payment/PaymentInstrument.php b/src/Definition/Payment/PaymentInstrument.php index 2716f7f..9a06d54 100644 --- a/src/Definition/Payment/PaymentInstrument.php +++ b/src/Definition/Payment/PaymentInstrument.php @@ -13,4 +13,6 @@ class PaymentInstrument const GOPAY = 'GOPAY'; const PAYPAL = 'PAYPAL'; const BITCOIN = 'BITCOIN'; + const ACCOUNT = 'ACCOUNT'; + const GPAY = 'GPAY'; } diff --git a/src/Definition/Response/PaymentSubStatus.php b/src/Definition/Response/PaymentSubStatus.php index 528693a..29ec5b5 100644 --- a/src/Definition/Response/PaymentSubStatus.php +++ b/src/Definition/Response/PaymentSubStatus.php @@ -11,6 +11,7 @@ class PaymentSubStatus const _3001 = '_3001'; const _3002 = '_3002'; const _3003 = '_3003'; + const _5001 = '_5001'; const _5002 = '_5002'; const _5003 = '_5003'; const _5004 = '_5004'; @@ -29,6 +30,7 @@ class PaymentSubStatus const _5017 = '_5017'; const _5018 = '_5018'; const _5019 = '_5019'; + const _5020 = '_5020'; const _5021 = '_5021'; const _5022 = '_5022'; const _5023 = '_5023'; @@ -46,6 +48,8 @@ class PaymentSubStatus const _5037 = '_5037'; const _5038 = '_5038'; const _5039 = '_5039'; + const _5040 = '_5040'; + const _5041 = '_5041'; const _5042 = '_5042'; const _5043 = '_5043'; const _5044 = '_5044';