Merge branch 'trunk' into PCP-2815-allow-shipping-callback-and-skipping-confirmation-page-from-any-express-button

# Conflicts:
#	modules/ppcp-wc-gateway/resources/css/common.scss
This commit is contained in:
Narek Zakarian 2024-05-14 18:13:14 +04:00
commit 7f112b7759
No known key found for this signature in database
GPG key ID: 07AFD7E7A9C164A7
48 changed files with 1074 additions and 218 deletions

View file

@ -1533,7 +1533,7 @@ document.querySelector("#payment").before(document.querySelector(".ppcp-messages
private function bn_code_for_context( string $context ): string {
$codes = $this->bn_codes();
return ( isset( $codes[ $context ] ) ) ? $codes[ $context ] : '';
return ( isset( $codes[ $context ] ) ) ? $codes[ $context ] : 'Woo_PPCP';
}
/**