-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
2 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,13 @@ | ||
<?php namespace Omnipay\APS\Message\Request; | ||
|
||
abstract class AbstractCheckoutRequest extends APSAbstractRequest | ||
abstract class AbstractCheckoutRequest extends APSAgit stbstractRequest | ||
{ | ||
<<<<<<< HEAD | ||
protected $test_endpoint = 'https://sbcheckout.payfort.com/FortAPI/paymentPage'; | ||
|
||
protected $live_endpoint = 'https://checkout.payfort.com/FortAPI/paymentPage'; | ||
|
||
public function validateData() | ||
{ | ||
$this->validate('access_code', 'merchant_identifier', 'merchant_reference', 'amount', 'currency', 'language', 'customer_email'); | ||
======= | ||
private $test_endpoint = 'https://sbcheckout.payfort.com/FortAPI/paymentPage'; | ||
|
||
private $live_endpoint = 'https://checkout.payfort.com/FortAPI/paymentPage'; | ||
|
||
public function validateData() | ||
{ | ||
$this->validate('access_code', 'merchant_identifier', 'merchant_reference', 'amount', 'currency', 'language', 'customer_email', 'signature'); | ||
>>>>>>> 24428a5b7399bc46a68f08187fb62fe42a45d455 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters