@extends('Admin.Layouts.modal') @section('title') {{ trans('global.info') }} @stop @section('body')

{{ trans('validation.attributes.currency') }} {{ trans('validation.attributes.three_letter_iso') }}

{{ trans('validation.attributes.public_key') }} Please make sure that public key is correct, because it is not testable from here.

{{ trans('validation.attributes.one_time_payment') }} One time payment - by checking this tick box you will make a one attempt to charge the client and should the payment go through the subscription will be created/subscription extended. This type of payment will not create automatic renewals in stripe platform therefore once the time expires, the customer will be required to make this payment again.

@stop @section('footer') @stop