From 20d90a66713e293c19f8093db5b64b06dc69a082 Mon Sep 17 00:00:00 2001 From: Jan Trejbal Date: Mon, 5 Feb 2018 15:16:02 +0100 Subject: [PATCH] Update composer --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 23f2529..6d35039 100755 --- a/README.md +++ b/README.md @@ -17,14 +17,14 @@ Configuration ```yml extensions: - thepay: Trejjam\ThePay\DI\ThePayExtension + trejjam.thepay: Trejjam\ThePay\DI\ThePayExtension -thepay: +trejjam.thepay: demo: true #if is true, extension rewrite merchant values merchant: gateUrl: 'https://www.thepay.cz/gate/' - merchantId: '' - accountId: '' + merchantId: (int) + accountId: (int) password: '' dataApiPassword: '' webServicesWsdl: 'https://www.thepay.cz/gate/api/api-demo.wsdl' @@ -33,7 +33,7 @@ thepay: Minimal production configuration: ```yml -thepay: +trejjam.thepay: demo: false merchant: merchantId: ''