Closed GoogleCodeExporter closed 9 years ago
This allows a property set to be created that has both production values
(normal) and special test-only values. The normal resolution of propertysets
takes place for Production, Test Like Production and Test modes. But if you
define the same property name with an _TEST suffix and you are in Test Like
Production or Test modes, it will return that property instead. This is useful
for property values that include more sensitive information that should not be
used for tests (such as SSN/EIN, email addresses, passwords) and is used by the
PayPal plugin so when testing you go against the PayPal test site rather than a
real credit card charge.
Added in release 14.8.23.
Original comment by yoz...@gmail.com
on 31 Jul 2014 at 12:09
Original issue reported on code.google.com by
yoz...@gmail.com
on 29 Jul 2014 at 9:52