JacquesLeRoux commented on code in PR #517:
URL: https://github.com/apache/ofbiz-framework/pull/517#discussion_r1147861703


##########
applications/party/groovyScripts/party/EditPaymentMethod.groovy:
##########
@@ -38,24 +38,36 @@ context.postalAddressInfos = 
ContactMechWorker.getPartyPostalAddresses(request,
 tryEntity = paymentResults.tryEntity
 
 creditCardData = paymentResults.creditCard
-if (!tryEntity) creditCardData = parameters
-context.creditCardData = creditCardData ?:[:]
+if (!tryEntity) {

Review Comment:
   Hopefully done one day, not a big deal



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to