hammash / yii2-checkout-payment
yii2 checkout payment extension
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- checkout/checkout-php-api: 1.2.17
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-03-29 00:41:23 UTC
README
yii2 checkout payment extension
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist hammash/yii2-checkout-payment "*"
or add
"hammash/yii2-checkout-payment": "*"
to the require section of your composer.json
file.
Usage
1- Set (test/CheckoutController) in api\versions\v1\controllers\CheckoutController.php
2- Create Helper in common/component/Helpers to get data from your DB
3- in main-local.php
'checkout'=>[
'class' => 'hammash\checkout\Checkout',
'secretKey' => 'sk_test_7904bf0b-9ae2-47c1-aa78-0cb962294320',
'publicKey' => 'pk_test_d1392567-896b-4063-96f7-84e0a0b7976c',
'debugMode' => true,
'mode' => 'sandbox',
],
4- EX:
API : http://api.altibbiv2.local/v1/checkout/charge
HEADER :
Authorization: ODIxNjc5MjAxNS0xMS0wOCAxNToxOTo0MDAuOTAwODczNDY4MTY1MTY4
PARAMETER:
token:card_tok_B011B366-8B32-48F1-97ED-8CFE1C145D99