stegback/ratepay

ratepay package is for communication beetween client side and ratepay api, you can send direct array to xml api request.

v4.0 2024-07-01 10:00 UTC

This package is auto-updated.

Last update: 2024-10-01 00:20:46 UTC


README

Stegback Logo

Total Downloads Latest Stable Version License

Step 1: Install the Package via Composer

composer require stegback/ratepay

Step 2: Define secret code in your env file

SHOP_NAME="MyWebsite"
PROFILE_ID=""
SECURITY_CODE=""

Step 3: Define Service provider in config/app.php in providers

\Stegback\Ratepay\RatepayServiceProvider::class,

Step 4: Force Publish vendore views

php artisan vendor:publish --tag=stegback-ratepay-views --force