This file contains hidden or 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
| <?php | |
| namespace App\Services\Gateways\PayU; | |
| /** | |
| * PayU Hash Generator Utility Class | |
| * | |
| * Handles all hash generation and validation scenarios for PayU payment gateway. | |
| * | |
| * @see https://docs.payu.in/docs/generate-hash-merchant-hosted |
This file contains hidden or 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
| <?php | |
| namespace App\Services\Gateways\PayU; | |
| /** | |
| * PayU Hash Generator Utility Class | |
| * | |
| * Handles all hash generation and validation scenarios for PayU payment gateway. | |
| * | |
| * @see https://docs.payu.in/docs/generate-hash-merchant-hosted |
This file contains hidden or 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
| [ | |
| { | |
| "name": "Côte d\\'Ivoire", | |
| "phone_prefix": "225", | |
| "timezone": "Africa/Abidjan", | |
| "code": "CI" | |
| }, | |
| { | |
| "name": "Ghana", | |
| "phone_prefix": "233", |