2017 © Pedro Peláez
 

library b-payment

B-Payment for Nette Framework

image

nattreid/b-payment

B-Payment for Nette Framework

  • Monday, May 28, 2018
  • by attreid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 332 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 35 % Grown

The README.md

B-Payments pro Nette Framework

Nastavení v config.neon, (*1)

extensions:
    bPayments: NAttreid\BPayment\DI\BPaymentExtension

bPayments:
    secretKey: 'xxx1234x4xx54x65x456x4x88x9x987x'
    url: 'https://securepay.borgun.is/securepay/default.aspx'
    merchantId: 1234567
    gatewayId: 12345

Použití

/** @var \NAttreid\BPayment\IBPaymentClientFactory @inject */
public $bPaymentFactory;

protected function createComponentBPayment($name) {
    $bPayment = $this->bPaymentFactory->create($this, $name);

    $bPayment->setOrderId(123456);
    $bPayment->setCurrency('CZK');
    $bPayment->setLanguage('CZ');
    $bPayment->addItem('Polozka', 4, 999.9);

    $bPayment->onSuccess[] = function($orderId, $authorizationCode) {

    }
    $bPayment->onError[] = function($errorCode, $errorDescription) {

    }
    $bPayment->onCancel[] = function() {

    }

    return $bPayment;
}
{control bPayment, 'Pay', [class => button]}

The Versions

28/05 2018

dev-master

9999999-dev

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

28/05 2018

1.1.11

1.1.11.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/02 2018

1.1.10

1.1.10.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/02 2018

1.1.9

1.1.9.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/02 2018

1.1.8

1.1.8.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

05/12 2017

1.1.7

1.1.7.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

16/10 2017

1.1.6

1.1.6.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

13/10 2017

1.1.5

1.1.5.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

14/09 2017

1.1.4

1.1.4.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

08/09 2017

1.1.3

1.1.3.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

07/09 2017

1.1.2

1.1.2.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

28/04 2017

1.1.1

1.1.1.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

19/04 2017

1.1.0

1.1.0.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

07/04 2017

1.0.6

1.0.6.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

24/03 2017

1.0.5

1.0.5.0

B-Payment for Nette Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar attreid

16/03 2017

1.0.4

1.0.4.0

B-Payment for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

07/03 2017

1.0.3

1.0.3.0

B-Payment for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/03 2017

1.0.2

1.0.2.0

B-Payment for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

01/03 2017

1.0.1

1.0.1.0

B-Payment for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid

20/02 2017

1.0.0

1.0.0.0

B-Payment for Nette Framework

  Sources   Download

Unlicense

The Requires

 

The Development Requires

by Avatar attreid