stegback/ratepay

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

Maintainers

Package info

github.com/StegBack-org/stegback-ratepay

Issues

Type:librarry

pkg:composer/stegback/ratepay

Statistics

Installs: 22

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is auto-updated.

Last update: 2026-03-29 01:04:26 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