Skip to content

Commit

Permalink
Merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuCh3n committed Nov 15, 2023
1 parent 2911ab8 commit 3d3c2c7
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 41 deletions.
4 changes: 0 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 0 additions & 12 deletions example/transactions/in3.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -86,11 +78,7 @@
'identifier' => 'USPShippingID',
'type' => 'Physical',
'description' => 'UPS',
<<<<<<< HEAD
'category' => 'test product3',
=======
'category' => 'test product',
>>>>>>> master
'vatPercentage' => '21',
'quantity' => '1',
'price' => '2',
Expand Down
5 changes: 0 additions & 5 deletions example/transactions/in3old.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

<<<<<<< HEAD
require_once '../bootstrap.php';
=======
require('../bootstrap.php');
>>>>>>> master

use Buckaroo\BuckarooClient;
use Buckaroo\Resources\Constants\Gender;
Expand Down
11 changes: 1 addition & 10 deletions example/transactions/payment_initiation.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

<<<<<<< HEAD
require_once '../bootstrap.php';
=======
require('../bootstrap.php');
>>>>>>> master

use Buckaroo\BuckarooClient;

Expand All @@ -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
]);
6 changes: 0 additions & 6 deletions src/PaymentMethods/In3/Service/ParameterKeys/PhoneAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@
class PhoneAdapter extends ServiceParametersKeysAdapter
{
protected array $keys = [
<<<<<<< HEAD
'mobile' => 'MobilePhone'
=======
'landLine' => 'Phone',
'mobile' => 'MobilePhone',
'phone' => 'Phone'
>>>>>>> master
];
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
class PhoneAdapter extends ServiceParametersKeysAdapter
{
protected array $keys = [
<<<<<<< HEAD
'mobile' => 'Phone'
=======
'mobile' => 'Phone',
>>>>>>> master
];
}

0 comments on commit 3d3c2c7

Please sign in to comment.