Closed ryanburnett closed 8 years ago
Hi. You can leave that line as it is. I'm using openssl_x509_parse() to get the relevant bit of text from your certificate file.
see http://uk.php.net/openssl_x509_parse
and since PHP5.4 you're able to array dereference the result of a function directly i.e. function()[1][2]
see http://php.net/manual/en/language.types.array.php#example-104
If all of that's not working for you for some reason, then replace it with
define('PRODUCTION_MERCHANTIDENTIFIER', 'merchant.com.name');
OK thanks @norfolkmustard
On line 9 of
apple_pay_conf.php
:Let's say my name is
merchant.com.name
should this line be:Thank you!