btcPaymentMethod = $BTCPaymentMethod; } /** * Retrieve assoc array of checkout configuration * * @return array */ public function getConfig() { return [ 'payment' => [ 'btcpay' => [ 'paymentRedirectUrl' => $this->btcPaymentMethod->getOrderPlaceRedirectUrl() ] ] ]; } }