diff --git a/composer.json b/composer.json index 9d3daad7..7e30bcd0 100644 --- a/composer.json +++ b/composer.json @@ -2,11 +2,7 @@ "name": "buckaroo/sdk", "description": "Buckaroo payment SDK", "license": "MIT", -<<<<<<< HEAD "version": "1.9.0", -======= - "version": "1.8.1", ->>>>>>> master "type": "library", "require": { "php": ">=7.4|^8.0", diff --git a/example/transactions/in3.php b/example/transactions/in3.php index d552d87a..1fdbddb2 100644 --- a/example/transactions/in3.php +++ b/example/transactions/in3.php @@ -60,11 +60,7 @@ 'identifier' => 'Articlenumber1', 'type' => 'Physical', 'description' => 'Blue Toy Car', -<<<<<<< HEAD 'category' => 'test product1', -======= - 'category' => 'test product', ->>>>>>> master 'vatPercentage' => '21', 'quantity' => '2', 'price' => '20.10', @@ -73,11 +69,7 @@ 'identifier' => 'Articlenumber2', 'type' => 'Physical', 'description' => 'Red Toy Car', -<<<<<<< HEAD 'category' => 'test product2', -======= - 'category' => 'test product', ->>>>>>> master 'vatPercentage' => '21', 'quantity' => '1', 'price' => '10.10', @@ -86,11 +78,7 @@ 'identifier' => 'USPShippingID', 'type' => 'Physical', 'description' => 'UPS', -<<<<<<< HEAD 'category' => 'test product3', -======= - 'category' => 'test product', ->>>>>>> master 'vatPercentage' => '21', 'quantity' => '1', 'price' => '2', diff --git a/example/transactions/in3old.php b/example/transactions/in3old.php index 6092862a..3bf41c7d 100644 --- a/example/transactions/in3old.php +++ b/example/transactions/in3old.php @@ -1,10 +1,5 @@ >>>>>> master use Buckaroo\BuckarooClient; use Buckaroo\Resources\Constants\Gender; diff --git a/example/transactions/payment_initiation.php b/example/transactions/payment_initiation.php index 536b7f90..c003e853 100644 --- a/example/transactions/payment_initiation.php +++ b/example/transactions/payment_initiation.php @@ -1,10 +1,5 @@ >>>>>> master use Buckaroo\BuckarooClient; @@ -24,8 +19,4 @@ 'invoice' => '', //Set invoice number of the transaction to refund 'originalTransactionKey' => '', //Set transaction key of the transaction to refund 'amountCredit' => 10, -<<<<<<< HEAD -]); -======= -]); ->>>>>>> master +]); \ No newline at end of file diff --git a/src/PaymentMethods/In3/Service/ParameterKeys/PhoneAdapter.php b/src/PaymentMethods/In3/Service/ParameterKeys/PhoneAdapter.php index 38b37700..f18dd568 100644 --- a/src/PaymentMethods/In3/Service/ParameterKeys/PhoneAdapter.php +++ b/src/PaymentMethods/In3/Service/ParameterKeys/PhoneAdapter.php @@ -25,12 +25,6 @@ class PhoneAdapter extends ServiceParametersKeysAdapter { protected array $keys = [ -<<<<<<< HEAD 'mobile' => 'MobilePhone' -======= - 'landLine' => 'Phone', - 'mobile' => 'MobilePhone', - 'phone' => 'Phone' ->>>>>>> master ]; } diff --git a/src/PaymentMethods/In3Old/Service/ParameterKeys/PhoneAdapter.php b/src/PaymentMethods/In3Old/Service/ParameterKeys/PhoneAdapter.php index f7303f5b..17af7e7c 100644 --- a/src/PaymentMethods/In3Old/Service/ParameterKeys/PhoneAdapter.php +++ b/src/PaymentMethods/In3Old/Service/ParameterKeys/PhoneAdapter.php @@ -25,10 +25,6 @@ class PhoneAdapter extends ServiceParametersKeysAdapter { protected array $keys = [ -<<<<<<< HEAD 'mobile' => 'Phone' -======= - 'mobile' => 'Phone', ->>>>>>> master ]; }