Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and aceraven777 committed Jun 22, 2022
1 parent 4545d34 commit c9c2867
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions config/paymaya.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [

/*
/*
|--------------------------------------------------------------------------
| Maya's keys
|--------------------------------------------------------------------------
Expand All @@ -11,6 +11,6 @@
|
*/

'public_key' => env('PAYMAYA_PUBLIC_KEY'),
'secret_key' => env('PAYMAYA_SECRET_KEY'),
'public_key' => env('PAYMAYA_PUBLIC_KEY'),
'secret_key' => env('PAYMAYA_SECRET_KEY'),
];
1 change: 0 additions & 1 deletion src/Model/Checkout/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class Address extends PayMayaAddress
{

}
1 change: 0 additions & 1 deletion src/Model/Checkout/Buyer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class Buyer extends PayMayaBuyer
{

}
1 change: 0 additions & 1 deletion src/Model/Checkout/Item.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class Item extends PayMayaItem
{

}
1 change: 0 additions & 1 deletion src/Model/Checkout/ItemAmount.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class ItemAmount extends PayMayaItemAmount
{

}
1 change: 0 additions & 1 deletion src/Model/Checkout/ItemAmountDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class ItemAmountDetails extends PayMayaItemAmountDetails
{

}
1 change: 0 additions & 1 deletion src/PayMayaSDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@

class PayMayaSDK extends BasePayMayaSDK
{

}
1 change: 1 addition & 0 deletions tests/API/WebhookTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public static function setUpBeforeClass()

/**
* Clear all webhooks.
*
* @return void
*/
public static function clearWebhooks()
Expand Down

0 comments on commit c9c2867

Please sign in to comment.