<?php
namespace App\Providers\Admin;
class BasicSettingsProvider {
public $setting;
public function __construct($settings = null)
{
$this->setting = $settings;
}
public function set($settings) {
return $this->setting = $settings;
}
public function getData() {
return $this->setting;
}
public static function get() {
return app(BasicSettingsProvider::class)->getData();
}
}
Save Cards
Simplify your payment experience by securely saving your card on our platform. After your initial transaction, you can choose to store your card details safely for future use. This feature eliminates the need to re-enter your payment information each time, making checkouts faster while keeping your data secure with advanced encryption and robust security measures.